From 1f889f7447500b143aace8ac1353ae3790a508bb Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 14 Apr 2016 10:10:02 -0700 Subject: [PATCH] Bump to 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8800b9c2c..786b5bf8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.10.0" +version = "0.11.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ca7be2665..15282dfb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.10.0" +version = "0.11.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index fadcb4b41..3bfc88e00 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.10.0 +CFG_RELEASE_NUM=0.11.0 CFG_RELEASE_LABEL= OPENSSL_VERS=1.0.2g -- 2.30.2